Click or drag to resize

MimeContent Class

Contains the native Multipurpose Internet Mail Extensions (MIME) stream of an object that is represented in base64Binary format.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeMimeContent

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class MimeContent

The MimeContent type exposes the following members.

Constructors
  NameDescription
Public methodMimeContent
Initializes a new instance of the MimeContent class.
Public methodMimeContent(String)
Initializes a new instance of the MimeContent class.
Public methodMimeContent(String, String)
Initializes a new instance of the MimeContent class.
Top
Properties
  NameDescription
Public propertyCharacterSet
Contains the International Standards Organization (ISO) name of the character set used in the MIME message.
Public propertyText
Contains a text value that represents a base64Binary MIME stream is required if this element is used.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also